home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TFOLDERMAINTENANCER / TFOLDERMAINTENANCER.txt
Text File  |  2004-10-12  |  8KB  |  348 lines

  1. object FolderMaintenancer: TFolderMaintenancer
  2.   Left = 270
  3.   Top = 108
  4.   HelpContext = 57000
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Folder Maintenance Centre'
  8.   ClientHeight = 446
  9.   ClientWidth = 592
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   KeyPreview = True
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   OnActivate = FormActivate
  20.   OnClose = FormClose
  21.   OnCreate = FormCreate
  22.   OnDestroy = FormDestroy
  23.   OnKeyDown = FormKeyDown
  24.   OnShow = FormShow
  25.   PixelsPerInch = 96
  26.   TextHeight = 13
  27.   object Book: TNotebook
  28.     Left = 16
  29.     Top = 8
  30.     Width = 567
  31.     Height = 393
  32.     PageIndex = 1
  33.     TabOrder = 0
  34.     object TPage
  35.       Left = 0
  36.       Top = 0
  37.       Caption = 'Setup'
  38.       object Label1: TLabel
  39.         Left = 0
  40.         Top = 8
  41.         Width = 125
  42.         Height = 13
  43.         Caption = 'Choose &Folders to process'
  44.       end
  45.       object GroupBox1: TGroupBox
  46.         Left = 0
  47.         Top = 295
  48.         Width = 561
  49.         Height = 97
  50.         Caption = 'Actions to perform'
  51.         TabOrder = 3
  52.         object cbCompress: TCheckBox
  53.           Left = 280
  54.           Top = 48
  55.           Width = 273
  56.           Height = 17
  57.           Caption = '&Compress (remove deleted messages)'
  58.           TabOrder = 3
  59.           OnClick = cbCheckIntegrityClick
  60.         end
  61.         object cbPurge: TCheckBox
  62.           Left = 280
  63.           Top = 24
  64.           Width = 273
  65.           Height = 17
  66.           Caption = '&Purge old/exceeding messages'
  67.           TabOrder = 1
  68.           OnClick = cbCheckIntegrityClick
  69.         end
  70.         object cbCheckIntegrity: TCheckBox
  71.           Left = 16
  72.           Top = 24
  73.           Width = 257
  74.           Height = 17
  75.           Caption = 'Check &Integrity/Repair'
  76.           TabOrder = 0
  77.           OnClick = cbCheckIntegrityClick
  78.         end
  79.         object cbKillDupes: TCheckBox
  80.           Left = 16
  81.           Top = 48
  82.           Width = 257
  83.           Height = 17
  84.           Caption = 'Remove &Duplicates'
  85.           TabOrder = 2
  86.           OnClick = cbCheckIntegrityClick
  87.         end
  88.         object cbFindOrphans: TCheckBox
  89.           Left = 16
  90.           Top = 72
  91.           Width = 537
  92.           Height = 17
  93.           Caption = 'Find "&Orphaned" files in the attachment directories'
  94.           TabOrder = 4
  95.           OnClick = cbFindOrphansClick
  96.         end
  97.       end
  98.       object bSelectAll: TButton
  99.         Tag = 1
  100.         Left = 256
  101.         Top = 266
  102.         Width = 145
  103.         Height = 25
  104.         Caption = 'Select &All'
  105.         TabOrder = 1
  106.         OnClick = bSelectAllClick
  107.       end
  108.       object bUnSelectAll: TButton
  109.         Left = 416
  110.         Top = 266
  111.         Width = 137
  112.         Height = 25
  113.         Caption = '&Unselect All'
  114.         TabOrder = 2
  115.         OnClick = bSelectAllClick
  116.       end
  117.       object Panel1: TPanel
  118.         Left = 0
  119.         Top = 24
  120.         Width = 561
  121.         Height = 237
  122.         BevelOuter = bvLowered
  123.         Caption = '~'
  124.         TabOrder = 0
  125.         object lFolders: TMLVGrid
  126.           Left = 1
  127.           Top = 18
  128.           Width = 559
  129.           Height = 218
  130.           Align = alClient
  131.           BorderStyle = bsNone
  132.           DefaultRowHeight = 16
  133.           DefaultDrawing = False
  134.           FixedCols = 0
  135.           RowCount = 1
  136.           FixedRows = 0
  137.           Options = [goThumbTracking]
  138.           TabOrder = 0
  139.           OnKeyDown = lFoldersKeyDown
  140.           OnMouseDown = lFoldersMouseDown
  141.           AltDrag = True
  142.           AutoColResize = True
  143.           AutoSearch = False
  144.           MultiSelect = False
  145.           Header = hFolders
  146.           ImmediateSelect = False
  147.           OnDrawItemImage = lFoldersDrawItemImage
  148.         end
  149.         object hFolders: THeaderControl
  150.           Left = 1
  151.           Top = 1
  152.           Width = 559
  153.           Height = 17
  154.           Sections = <>
  155.         end
  156.       end
  157.     end
  158.     object TPage
  159.       Left = 0
  160.       Top = 0
  161.       Caption = 'Process'
  162.       object lCurProcess: TLabel
  163.         Left = 0
  164.         Top = 4
  165.         Width = 564
  166.         Height = 59
  167.         AutoSize = False
  168.       end
  169.       object lOverall: TLabel
  170.         Left = 0
  171.         Top = 96
  172.         Width = 79
  173.         Height = 13
  174.         Caption = 'Overall progress:'
  175.       end
  176.       object lReport: TLabel
  177.         Left = 0
  178.         Top = 144
  179.         Width = 32
  180.         Height = 13
  181.         Caption = '&Report'
  182.         FocusControl = eLog
  183.       end
  184.       object pbCurProgress: TProgressBar
  185.         Left = 0
  186.         Top = 66
  187.         Width = 561
  188.         Height = 23
  189.         TabOrder = 0
  190.       end
  191.       object pbOverall: TProgressBar
  192.         Left = 0
  193.         Top = 112
  194.         Width = 561
  195.         Height = 25
  196.         TabOrder = 1
  197.       end
  198.       object eLog: TMemo
  199.         Left = 0
  200.         Top = 160
  201.         Width = 561
  202.         Height = 161
  203.         ScrollBars = ssBoth
  204.         TabOrder = 2
  205.       end
  206.       object gbTotals: TGroupBox
  207.         Left = 0
  208.         Top = 319
  209.         Width = 561
  210.         Height = 73
  211.         Caption = 'Total results'
  212.         TabOrder = 3
  213.         object lbDupes: TLabel
  214.           Left = 109
  215.           Top = 14
  216.           Width = 83
  217.           Height = 13
  218.           Alignment = taRightJustify
  219.           Caption = 'Duplicates found:'
  220.         end
  221.         object lbPurged: TLabel
  222.           Left = 105
  223.           Top = 32
  224.           Width = 87
  225.           Height = 13
  226.           Alignment = taRightJustify
  227.           Caption = 'Messages purged:'
  228.         end
  229.         object lbSaved: TLabel
  230.           Left = 104
  231.           Top = 50
  232.           Width = 88
  233.           Height = 13
  234.           Alignment = taRightJustify
  235.           Caption = 'Disk space saved:'
  236.         end
  237.         object lDupes: TLabel
  238.           Left = 200
  239.           Top = 14
  240.           Width = 6
  241.           Height = 13
  242.           Caption = '0'
  243.         end
  244.         object lPurged: TLabel
  245.           Left = 200
  246.           Top = 32
  247.           Width = 6
  248.           Height = 13
  249.           Caption = '0'
  250.         end
  251.         object lSaved: TLabel
  252.           Left = 200
  253.           Top = 50
  254.           Width = 6
  255.           Height = 13
  256.           Caption = '0'
  257.         end
  258.         object lFoldersChecked: TLabel
  259.           Left = 472
  260.           Top = 14
  261.           Width = 6
  262.           Height = 13
  263.           Caption = '0'
  264.         end
  265.         object lDamaged: TLabel
  266.           Left = 472
  267.           Top = 32
  268.           Width = 6
  269.           Height = 13
  270.           Caption = '0'
  271.           Visible = False
  272.         end
  273.         object lRecovered: TLabel
  274.           Left = 472
  275.           Top = 50
  276.           Width = 6
  277.           Height = 13
  278.           Caption = '0'
  279.           Visible = False
  280.         end
  281.         object lbRecovered: TLabel
  282.           Left = 362
  283.           Top = 50
  284.           Width = 102
  285.           Height = 13
  286.           Alignment = taRightJustify
  287.           Caption = 'Messages recovered:'
  288.           Visible = False
  289.         end
  290.         object lbDamaged: TLabel
  291.           Left = 351
  292.           Top = 32
  293.           Width = 113
  294.           Height = 13
  295.           Alignment = taRightJustify
  296.           Caption = 'Damaged folders found:'
  297.           Visible = False
  298.         end
  299.         object lbFoldersChecked: TLabel
  300.           Left = 382
  301.           Top = 14
  302.           Width = 82
  303.           Height = 13
  304.           Alignment = taRightJustify
  305.           Caption = 'Folders checked:'
  306.         end
  307.       end
  308.     end
  309.   end
  310.   object bStart: TButton
  311.     Left = 240
  312.     Top = 408
  313.     Width = 97
  314.     Height = 25
  315.     Caption = '&Start'
  316.     Default = True
  317.     Enabled = False
  318.     TabOrder = 1
  319.     OnClick = bStartClick
  320.   end
  321.   object bStop: TButton
  322.     Left = 352
  323.     Top = 408
  324.     Width = 89
  325.     Height = 25
  326.     Caption = '&Stop'
  327.     Enabled = False
  328.     TabOrder = 2
  329.     OnClick = bStopClick
  330.   end
  331.   object bClose: TButton
  332.     Left = 456
  333.     Top = 408
  334.     Width = 91
  335.     Height = 25
  336.     Cancel = True
  337.     Caption = 'Close'
  338.     ModalResult = 2
  339.     TabOrder = 3
  340.   end
  341.   object tmClose: TTimer
  342.     Enabled = False
  343.     OnTimer = tmCloseTimer
  344.     Left = 48
  345.     Top = 392
  346.   end
  347. end
  348.